home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- global cdvoume
- cdvoume = 7
- set the volume of sound 1 to cdvoume * 19
- repeat with i = 15 to 27
- sprite(i).visible = 1
- end repeat
- repeat with i = 15 + cdvoume to 27
- sprite(i).visible = 0
- end repeat
- end
-